var testing.cpuList

10 uses

	testing (current package)
		benchmark.go#L693: 	for _, procs := range cpuList {
		benchmark.go#L736: 	for i, procs := range cpuList {
		fuzz.go#L488: 	for _, procs := range cpuList {
		testing.go#L517: 	cpuList     []int
		testing.go#L2447: 	for _, procs := range cpuList {
		testing.go#L2716: 		cpuList = append(cpuList, cpu)
		testing.go#L2718: 	if cpuList == nil {
		testing.go#L2719: 		cpuList = append(cpuList, runtime.GOMAXPROCS(-1))